home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 03 / 2 / DISK0326.ZIP / GRAF.DOC < prev    next >
Text File  |  1984-04-29  |  2KB  |  47 lines

  1. ********************************************************************
  2. *                 NEW IMPROVED -- GRAFTRAX.COM v3.1                *
  3. ********************************************************************
  4.  
  5. GRAF.HEX, and GRAF.ASM are for printing IBMPC graphics on bit-plot
  6. printers.  The program as delivered works with EPSON GRAFTRAX (tm) and
  7. IBM GRAPHICS(tm) printers, but can be modified to work with others, such
  8. as the C.ITOH 8510a.
  9.  
  10. GRAF640 represents the latest version of the program.  It does everthing
  11. the old one does and now does high-res. graphics much more clearly.
  12. This version has some small changes, including some to insure
  13. compatibility with future versions of DOS, but the main improvement is
  14. correct handling of the high-resolution 640x200 graphics mode.  GRAFTRAX
  15. originally was created to reproduce medium resolution color graphics.
  16.  
  17. GRAFTRAX.COM is created by running GRAF.HEX through a hex-converter
  18. program and is run from DOS.  The program announces itself and will
  19. remain a part of your system until reset or power down.  Once run, the
  20. Shift+PrtSc keys will work as always with text on the screen, sending it
  21. to the printer.  If you have graphics running on the screen and GRAFTRAX
  22. in your printer, the screen can be sent to the printer in two ways.  A
  23. small (5 1/4 x 3 1/4) print with the RIGHT-Shift+PrtSc keys, and LARGE
  24. (almost a full 8 1/2 x 11 page) print with the LEFT- Shift+PrtSc keys.
  25.  
  26. CGRAF.BAS is a demo program showing how to call GRAFTRAX.COM from a
  27. BASIC program.
  28.  
  29. GRAF.ASM is the source code for GRAFTRAX.COM.  With the IBM MACRO-
  30. ASSEMBLER(tm) it will produce GRAFTRAX.EXE.  Conditional compilation
  31. allows easy assembly for the C.ITOH 8510a or other printers with bit-
  32. plot capabilties.  The first part of the listing explains the history of
  33. the program and explains how to assemble for other printers.
  34.  
  35. Please remember that GRAF.HEX must be converted to .COM format by a
  36. program like HEXCONV.BAS, HC.COM, or another that works in a similar
  37. manner.  Don't try to run GRAF.HEX by itself as you will be
  38. disappointed.
  39.  
  40.      GRAFTRAX.COM works just fine with DOS 2.0.
  41.  
  42.      Program by:
  43. Marty Smith            COMPUSERVE 72155,1214
  44. 310 Cinnamon Oak Lane  (713) 661-1241 (Office)
  45. Houston, Texas  77079  (713) 464-6737 (Home)
  46. 4/21/84
  47.